GdkGLContext: chain finalize handler
authorMassimo Valentini <mvalentini@src.gnome.org>
Sat, 5 Nov 2016 13:21:22 +0000 (14:21 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Nov 2016 19:34:31 +0000 (14:34 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=773979

gdk/gdkglcontext.c

index 0dd3c5798fc818b748eb9a523c32d9974fd5e165..14157db0571b4954b985fe67bc115220557464d9 100644 (file)
@@ -154,6 +154,7 @@ gdk_gl_context_finalize (GObject *gobject)
   GdkGLContextPrivate *priv = gdk_gl_context_get_instance_private (context);
 
   g_clear_pointer (&priv->paint_data, g_free);
+  G_OBJECT_CLASS (gdk_gl_context_parent_class)->finalize (gobject);
 }
 
 static void